home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
windows
/
editprog
/
newvisda.arj
/
FSPLASH.FRM
< prev
next >
Wrap
Text File
|
1994-04-03
|
2KB
|
86 lines
VERSION 2.00
Begin Form fsplash
BackColor = &H00FF0000&
BorderStyle = 0 'None
Caption = "VISDATA DEBUGGED AND ENHANCED"
ClientHeight = 5520
ClientLeft = 2880
ClientTop = 2595
ClientWidth = 7485
ClipControls = 0 'False
ControlBox = 0 'False
ForeColor = &H00FFFFFF&
Height = 5985
Icon = FSPLASH.FRX:0000
Left = 2790
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5520
ScaleWidth = 7485
Top = 2220
Width = 7665
Begin PictureBox Picture1
AutoSize = -1 'True
Height = 510
Left = 3120
Picture = FSPLASH.FRX:0302
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 3
Top = 3900
Width = 510
End
Begin CommandButton Command2
Caption = "&Exit"
Height = 555
Left = 3960
TabIndex = 1
Top = 3840
Width = 1575
End
Begin CommandButton cmdContinue
Caption = "&Continue"
Height = 555
Left = 1200
TabIndex = 0
Top = 3840
Width = 1575
End
Begin TextBox Text1
Alignment = 2 'Center
BackColor = &H00000000&
BorderStyle = 0 'None
FontBold = -1 'True
FontItalic = -1 'True
FontName = "Bookman Old Style"
FontSize = 24
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H000000FF&
Height = 2175
Left = 660
MultiLine = -1 'True
TabIndex = 2
Text = "VISNEWDA Beta 3.1 April 2 1994 Robert E. Smythe "
Top = 840
Width = 6015
End
End
Sub cmdContinue_Click ()
VDMDI.Show
Unload Me
End Sub
Sub Command2_Click ()
End
End Sub
Sub Form_Load ()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
End Sub